Presentation: Tweet"How to Use NoSQL in Enterprise Java Applications"
Once you begin
developing with NoSQL technologies you will quickly realize that
accessing data stores or services often requires in-depth knowledge
of proprietary APIs that are typically not designed for use in
enterprise Java applications. Sooner or later you might find yourself
wanting to write an abstraction layer to encapsulate those APIs and
simplify your application code. Luckily such an abstraction layer
already exits: Spring Data.
In 2010 SpringSource
launched an umbrella project called Spring Data that makes it easier
to build Spring-powered applications that use new data access
technologies such as non-relational databases, map-reduce frameworks,
and cloud-based data services. Spring Data also provides enhanced
support for conventional relational database technologies.
In this talk, Patrick Baumgartner will demonstrate to attendees how to easily leverage NoSQL data stores like MongoDB, Neo4j, and others using Spring Data.
Download slides